<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{ 
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Regular.eot'); 
    src: url('../fonts/SourceHanSansCN-Regular.woff') format('woff'), 
         url('../fonts/SourceHanSansCN-Regular.ttf') format('truetype'), 
         url('../fonts/SourceHanSansCN-Regular.svg') format('svg'); 
}

body, div, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table,p, caption, th, td, form, input, button, select, textarea {margin:0; padding:0; outline:0; font-style: normal;}
ol, ul ,li{list-style: none;}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding: 0;
}

.container {
    padding:0;
}

footer {padding:0;margin:0;}

input {border:none;}

    input[type="radio"], input[type="checkbox"] {margin:0;}

.clear{clear:both;/*height:1px;*/width:100%; overflow:hidden; /*margin-top:-1px;*/}
a{text-decoration:none; color:#717171}  
a:hover{text-decoration:none;  color:#505050;}
html, body {font-size:14px; font-family:"Microsoft YaHei";  _text-align /**/:center; width:100%; overflow-x:hidden; color:#717171; background:#fff; max-width:1920px; margin:0 auto; height:auto;}

.wap-none {
    display:none !important;
}

.wap-block {
    display:block !important;
}

.mainbody {
    margin:0 auto;
    padding:0;
}
        
.to-animate, .to-animate-2, .animate-box {
  opacity: 0;
}


          		   
/*===========================
  Portfolio
============================ */
nav#filter a {
	background-color: #EEE;
	color:#555;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #f4251d;
	color:#fff;
}

/* ------- */

.isotopeWrapper article{
    padding:0px 10px;
    margin-bottom: 30px;
}

#portfolio img  {
	width:100%;
}

#portfolio article p {
	margin-bottom:1.45em;/*set next row on the baseline*/
}
nav#filter {
	margin-bottom:1.5em;
}

nav#filter li {
	display:inline-block;
	margin:0 5px 10px;
}
nav#filter a {
	padding: 4px 10px;
	line-height: 20px;
	text-decoration: none;
}


.portfolio-items article img {width:100%;} 

.portfolio-item {
	display: block;
	position: relative;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.portfolio-item img {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}
.portfolio-item .portfolio-desc {
    display: block;
    opacity: 0;
    position: absolute;
    width: 100%;
	left: 0;
	top: 0;
	color: #DCDCDC;
}


.portfolio-item:hover .portfolio-desc {
	padding-top: 20%;
	height: 100%;
    background:#000;
    transition: all 200ms ease-in-out 0s;
	opacity: 0.6;
}

.ind-pro .portfolio-item:hover .portfolio-desc {
	padding-top: 30%;
}

.portfolio-item .portfolio-desc a {
	color: #fff;
}
.portfolio-item .portfolio-desc a:hover {
	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/
	text-decoration: none;
}
.portfolio-item .portfolio-desc .folio-info {
	top:-20px;
	padding: 30px;
	height: 0;
    opacity: 0;
    position: relative;
}

.portfolio-item:hover .folio-info{
	height: 100%;
    opacity: 1;
    transition: all 500ms ease-in-out 0s;
	top:5px;
}



.portfolio-item .portfolio-desc .folio-info h5 {
	text-transform: uppercase;
    color: #ffffff;
}
.portfolio-item .portfolio-desc .folio-info p {
	color: #ffffff;
	font-size: 12px;
}

@media (min-width: 768px) {
    .wap-none {
        display:block !important;
    }

    .wap-block {
        display:none !important;
    }

    /* 滚动条样式 */

    ::-webkit-scrollbar {
        width:4px;
        height:4px;
    }

    ::-webkit-scrollbar-track {
        width: 4px;
        background-color:#f5f6f7;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }

    ::-webkit-scrollbar-thumb {
        background-color:#666;
        background-clip:padding-box;
        min-height:28px;
        -webkit-border-radius: 2em;
        -moz-border-radius: 2em;
        border-radius:2em;
    }

    ::-webkit-scrollbar-thumb:hover {
         background-color:#00532e;
    }
}

@media (min-width: 1600px) {
}</pre></body></html>